09 – Flow Control

We’ve managed to create variables and objects and entire programs so far, but if we were to try and write anything but the simplest code we would find ourselves in trouble without the ability to control program flow. That is, what a program does as a result of certain conditions. The most common of these … Continue reading 09 – Flow Control